gh-148814: Fix an issue in Emscripten README#148752
Conversation
freakboy3742
left a comment
There was a problem hiding this comment.
Good catch. I've added an issue so it can be backported to 3.14, since the same problem exists there.
|
Thanks @StanFromIreland for the PR, and @freakboy3742 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
|
GH-148815 is a backport of this pull request to the 3.14 branch. |
|
Thanks @StanFromIreland and @freakboy3742 ! |
You may have missed my previous message, JFYI you don’t have to create issues to allow backporting, Miss Islington will not mind. |
I did miss that message - apologies. I was under the impression that while it wasn't required, backports should have tickets for tracking purposes, so it's easier to tell when a fix has been applied across multiple branches (at least, I remember being told off for that in my early days as a committer!). |
Looking at:
cpython/configure.ac
Lines 7796 to 7804 in 9e23652